home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / internet / sftp122.zip / WHATSNEW.TXT < prev   
Text File  |  1996-03-11  |  6KB  |  96 lines

  1. Changes in S-FTP since version 1.00:
  2.         1) Text files in the Directory List are now loaded to the viewer by
  3.         single clicking on the file to highlight it and then clicking the view
  4.         push button.
  5.         2) The Download List may now be populated from a viewed text file. This
  6.         works for files such as the Hobbes 00index.txt files. For this function
  7.         to work, the filename must be in the first position in the line of the
  8.         text file.
  9.         3) While files are downloading, you can now continue to populate the
  10.         download list box. You can download files while you are viewing the
  11.         directory list or 00index.txt files in the viewer and continue to
  12.         transfer file names to the Download List. Files will be downloaded in
  13.         the order of transfer to the download list.
  14.         4) Lengthy processes, such as logon and downloading are now placed
  15.         in separate threads. This makes the application much more responsive
  16.         and doesn't lock the application while processes are completed.
  17.         5) Added download path setting and config menu option.
  18.         6) Added Delete Host and Add Host buttons to allow configuring the
  19.         host list.
  20.         7) Added several progress indicators to tell the user what is happening.
  21.         8) S-FTP will now download files from outside the current remote
  22.         directory. You can build the download list from various directories
  23.         or 00index.txt files. The download list will remember paths to those
  24.         files and retrieve them when you download.
  25.         9) Added capability to configure host user name, password, default
  26.         directory.
  27.         10) Improved the logon process. It is more streamlined and provides
  28.         better progress reporting.
  29. v1.05
  30.         11) Added upload capability.
  31. v1.06
  32.         12) Added capability to resize the main SFTP window.
  33.         13) Added audible beep to signify completion of download list.
  34.         14) Added date/time sort button for directory list.
  35.         15) Added auto date/time sorting check box for auto sorting
  36.         whenever the directory list is updated.
  37.         16) Added double click .txt files to viewer check box option.
  38.         17) Changed the directory list default font to system monospace.
  39.         *NOTE: all of the 1.06 changes were made at the request of users.
  40.                I have more and I am working on them.
  41. v1.07
  42.         18) Fixed the date sorting routine. It didn't work right. Now if
  43.         the Date Sort box is checked, the directory list will be downloaded
  44.         in descending date order.
  45. v1.08
  46.         19) Added back up directory button <<.
  47.         20) Increased directory text box character capacity.
  48. v1.09   21) Added capability to save window size and position.
  49. v1.09a  22) Fixed a compatibility problem with earlier versions and the
  50.         path.txt file. Users of previous versions can now keep their old
  51.         path.txt file, whereas v1.09 required replacing it.
  52. v1.10   23) Fixed a problem with the progress indicator not functioning on
  53.         FAT partitions. Thank you to Jeff Glatt for his wonderful FILEREXX
  54.         utilities. The FILEREXX.DLL is now required for SFTP.
  55. v1.20   24) Improved download progress indicator to provide percent
  56.         statistic.
  57.         25) Added download progress indicator for the viewer.
  58.         26) Added aliases, now you can have multiple aliases with different
  59.         download directories, user and password for each  host.
  60.         27) Changed behavior in the host listbox so that a double click
  61.         on the host alias automatically logs on the the remote host.
  62.         28) Added quick list type function to quickly add the current host
  63.         and directory to the alias list. Clicking on a Add Host now
  64.         automatically sets up the current directory with an alias in the
  65.         add host option window.
  66.         29) Added direct host logging. Typing a host with a directory, ie.
  67.         hobbes.nmsu.edu/incoming in the host edit box and then clicking on
  68.         logon will automatically logon to the host without having to set
  69.         up a specific host alias.
  70.         30) Changed the directory listbox behavior so that you can press
  71.         enter or  double click to select an entry.
  72.         31) Added the capability to press the escape key in the viewer to
  73.         close the viewer window.
  74.         32) Fixed the download routine so that it adjusts filenames to
  75.         conform to the 8.3 requirement when downloading to a FAT drive.
  76.         33) Made adjustments to the multi-threading components to
  77.         improve responsiveness.
  78. v1.21   34) Changed the behavior of sftp so that it no longer pops to the
  79.         foreground after download completion.
  80.         35) Added automatic logging. Now all downloads are logged to a file
  81.         called sftplog that is located in the sftp directory. This log is
  82.         useful if you want to check to see from which host and directory
  83.         you received a particular file. You can also logon to a host from the
  84.         log file by selecting log and view log from the menu and then double
  85.         clicking on an entry in the viewer.
  86.         36) Added Host Edit button.
  87.         37) Changed alias list action so that a single click on the host list
  88.         will display the host name and logon directory.
  89.         38) Changed the host add/edit window so that a single click instead
  90.         of a double click in the alias list will display its settings.
  91. v1.22   39) Added support for the lr style directory entries.
  92.         40) Fixed problem with the alias/host editor.
  93.         41) Added abort function (it is slow, but works for long downloads).
  94.         42) Cleaned up a few problems with the text messages on the interface.
  95.         43) Fixed a problem with the logoff/logon routines.
  96.